From: robertl Date: Mon, 21 Dec 2009 02:24:58 +0000 (+0000) Subject: Fix teletype read. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~199^2~89 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=cd2d8e22c20927037a3fb40b878a6899d8d4d57c;p=gpsbabel.git Fix teletype read. --- diff --git a/teletype.c b/teletype.c index fcfd177bd..5897467f5 100644 --- a/teletype.c +++ b/teletype.c @@ -64,8 +64,10 @@ teletype_read(void) wpt->description = (gbfgetcstr(fin)); if (1) { // needs bit values of NEWFORMAT2 - // int direction = gbfgetuint32(fin); - // int mins = gbfgetuint32(fin); + gbuint32 direction = gbfgetuint32(fin); + gbuint32 mins = gbfgetuint32(fin); + (void) direction ; + (void) mins ; } if (1) { // need bit value of NEWFORMAT